home *** CD-ROM | disk | FTP | other *** search
- onEnterFrame = function()
- {
- if(_root.conectado == 1)
- {
- if(feito != 1)
- {
- loadVariables("http://www.topgames.com.br/cd/noticias_cd.php",this.not_corridas);
- feito = 1;
- }
- this.not_corridas.bt_noticia.useHandCursor = true;
- this.not_corridas.bt_noticia.enabled = true;
- }
- else
- {
- this.not_corridas.gotoAndStop(1);
- this.not_corridas.texto = "Para visualizar as últimas notícias, conecte-se à internet";
- this.not_corridas.bt_noticia.useHandCursor = false;
- this.not_corridas.bt_noticia.enabled = false;
- }
- if(this.not_corridas.carregado == 1)
- {
- this.not_corridas.play();
- this.not_corridas.carregado = 0;
- }
- };
-